MAXREFDES82# Code Documentation  V01.00
Maxim Smart Force Sensor
 All Files Functions Variables Macros Groups Pages
LCDConf_stm32f429i_disco_MB1075.c File Reference
#include "LCDConf.h"
#include "GUI_Private.h"
#include "ili9341.h"

Go to the source code of this file.

Macros

#define LCD_SWAP_XY   1
 
#define LCD_MIRROR_Y   1
 
#define XSIZE_PHYS   320
 
#define YSIZE_PHYS   240
 
#define NUM_BUFFERS   1
 
#define NUM_VSCREENS   1
 
#define BK_COLOR   GUI_DARKBLUE
 
#define GUI_NUM_LAYERS   1
 
#define COLOR_CONVERSION_0   GUICC_M8888I
 
#define DISPLAY_DRIVER_0   GUIDRV_LIN_32
 
#define LCD_LAYER0_FRAME_BUFFER   ((uint32_t)0xD0400000)
 
#define LCD_LAYER1_FRAME_BUFFER   ((uint32_t)0xD0600000)
 
#define DEFINEDMA2D_COLORCONVERSION(PFIX, PIXELFORMAT)
 

Functions

void HAL_DMA2D_MspInit (DMA2D_HandleTypeDef *hdma2d)
 DMA2D MSP Initialization This function configures the hardware resources used in This application:
 
void HAL_DMA2D_MspDeInit (DMA2D_HandleTypeDef *hdma2d)
 DMA2D MSP De-Initialization This function frees the hardware resources used in This application:
 
void HAL_LTDC_MspInit (LTDC_HandleTypeDef *hltdc)
 LTDC MSP Initialization This function configures the hardware resources used in This application:
 
void HAL_LTDC_MspDeInit (LTDC_HandleTypeDef *hltdc)
 LTDC MSP De-Initialization This function frees the hardware resources used in This application:
 
void HAL_LTDC_LineEvenCallback (LTDC_HandleTypeDef *hltdc)
 Line Event callback.
 
void LCD_X_Config (void)
 Called during the initialization process in order to set up the display driver configuration.
 
int LCD_X_DisplayDriver (unsigned LayerIndex, unsigned Cmd, void *pData)
 This function is called by the display driver for several purposes. To support the according task the routine needs to be adapted to the display controller. Please note that the commands marked with 'optional' are not cogently required and should only be adapted if the display controller supports these features.
 

Variables

LTDC_HandleTypeDef hltdc